home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 2
/
AACD 2.iso
/
AACD
/
Sound
/
303tracker
/
Program
/
Rexx
/
Sam2Octamed.rexx
next >
Wrap
OS/2 REXX Batch file
|
1998-10-19
|
421b
|
20 lines
/* -------------------------------------------- */
/* This script saves the current sample to disk */
/* and then loads it into Octamed Soundstudio */
/* -------------------------------------------- */
OPTIONS RESULTS
PARSE ARG
name='303temp:Sam2Octamed.sample'
ADDRESS 303TRACKER_REXX
303_REPORT_UFOS ON
303_SETSAMPTYPE 1
303_SAVESAMPLE name
303_TO_BACK
ADDRESS OCTAMED_REXX
WI_OCTAMEDTOFRONT
IN_LOAD name NOSLIST